from_bytes_or_null

pure static function from_bytes_or_null(bytes: byte_array): gtv?

Tries to decode a gtv from a byte_array and returns null if it fails.

Since

0.13.0

Parameters

bytes

Bytes to decode.